<IfModule mod_rewrite.c> 
RewriteEngine on 
RewriteCond %{REQUEST_FILENAME} !-d 
RewriteCond %{REQUEST_FILENAME} !-f 
RewriteRule ^([0-9a-zA-Z]{1,10})$ index.php/$1 [QSA,PT,L] 
</IfModule> 


